Compare commits

..

No commits in common. "c3972d0a12c512314e7b6438267faadc940797ce" and "3bba3d3e233332836865d632572441b011275c54" have entirely different histories.

2 changed files with 1 additions and 33 deletions

View File

@ -21,7 +21,6 @@
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.tmpOnTmpfs = true;
boot.plymouth.enable = true; boot.plymouth.enable = true;
hardware.bumblebee.enable = true; hardware.bumblebee.enable = true;
@ -75,16 +74,10 @@
gcc gcc
nix-index nix-index
appimage-run appimage-run
bat
wireguard
nfsUtils
gopass gopass
xclip xclip
electrum
electron-cash
firefox firefox
chromium chromium
torbrowser torbrowser
@ -107,9 +100,6 @@
gwenview gwenview
kcalc kcalc
spectacle spectacle
kile
texlive.combined.scheme-full
imagemagick
gnome-breeze gnome-breeze
arc-theme arc-theme
@ -168,24 +158,8 @@
# Or disable the firewall altogether. # Or disable the firewall altogether.
networking.firewall.enable = false; networking.firewall.enable = false;
networking.wireguard.interfaces = {
wg0 = {
ips = [ "192.168.20.2/24" ];
allowedIPsAsRoutes = false;
peers = [
{
allowedIPs = [ "0.0.0.0/0" ];
endpoint = "nyanlout.re:51820";
publicKey = "NVLJ30kNP+fK+K3oM1LAcQpvZvz1dvBD8mWNjDf5Z2k=";
}
];
privateKeyFile = "/var/lib/wireguard/wg0.privatekey";
};
};
# Enable CUPS to print documents. # Enable CUPS to print documents.
services.printing.enable = true; services.printing.enable = true;
services.printing.drivers = [ pkgs.hplip ];
# Enable sound. # Enable sound.
sound.enable = true; sound.enable = true;
@ -217,7 +191,7 @@
programs.zsh.enableCompletion = true; programs.zsh.enableCompletion = true;
programs.zsh.syntaxHighlighting.enable = true; programs.zsh.syntaxHighlighting.enable = true;
programs.zsh.ohMyZsh.enable = true; programs.zsh.ohMyZsh.enable = true;
programs.zsh.ohMyZsh.plugins = [ "git" "colored-man-pages" "command-not-found" "extract" ]; programs.zsh.ohMyZsh.plugins = [ "git" "colored-man-pages" "command-not-found" "extract" "nyan" ];
programs.zsh.ohMyZsh.theme = "bureau"; programs.zsh.ohMyZsh.theme = "bureau";
nix.gc.automatic = true; nix.gc.automatic = true;

View File

@ -22,12 +22,6 @@
fsType = "vfat"; fsType = "vfat";
}; };
fileSystems."/mnt/medias_loutreos" = {
device = "192.168.20.1:/mnt/medias";
fsType = "nfs";
options = ["x-systemd.automount" "noauto"];
};
swapDevices = swapDevices =
[ { device = "/dev/disk/by-uuid/156cd5e8-715c-48a5-9df4-14565227a6c9"; } [ { device = "/dev/disk/by-uuid/156cd5e8-715c-48a5-9df4-14565227a6c9"; }
]; ];