aboutsummaryrefslogtreecommitdiff
path: root/nixos/configurations
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2024-12-31 11:02:46 +0100
committerKarel Kočí <cynerd@email.cz>2024-12-31 11:02:46 +0100
commit08b01b7ff77a60c11cc7df44d564091e873c7abd (patch)
treef1d5ac456da2e1764a6fff5c3ace3c97d89482bb /nixos/configurations
parent3fa889d41893ae35abb9801ccc1b60701459cc15 (diff)
downloadnixos-personal-08b01b7ff77a60c11cc7df44d564091e873c7abd.tar.gz
nixos-personal-08b01b7ff77a60c11cc7df44d564091e873c7abd.tar.bz2
nixos-personal-08b01b7ff77a60c11cc7df44d564091e873c7abd.zip
nixos: remove albert and old openvpn
I am now using only wireguard and Albert is effectively dead as I am no longer using that laptop.
Diffstat (limited to 'nixos/configurations')
-rw-r--r--nixos/configurations/albert.nix41
-rw-r--r--nixos/configurations/lipwig.nix1
2 files changed, 0 insertions, 42 deletions
diff --git a/nixos/configurations/albert.nix b/nixos/configurations/albert.nix
deleted file mode 100644
index a6a4ee1..0000000
--- a/nixos/configurations/albert.nix
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- nixpkgs.hostPlatform.system = "x86_64-linux";
-
- cynerd = {
- desktop = {
- enable = true;
- laptop = true;
- };
- wifiClient = true;
- openvpn = {
- oldpersonal = true;
- };
- };
-
- boot.initrd.availableKernelModules = ["xhci_pci" "usb_storage" "sd_mod"];
-
- hardware.cpu.intel.updateMicrocode = true;
-
- fileSystems = {
- "/" = {
- device = "/dev/disk/by-uuid/1c9bafac-fcf8-41c4-b394-bca5917ca82d";
- fsType = "btrfs";
- options = ["compress=lzo" "subvol=@nix"];
- };
- "/home" = {
- device = "/dev/disk/by-uuid/1c9bafac-fcf8-41c4-b394-bca5917ca82d";
- fsType = "btrfs";
- options = ["compress=lzo" "subvol=@home"];
- };
- "/boot" = {
- device = "/dev/disk/by-uuid/E403-124B";
- fsType = "vfat";
- };
-
- "/home2" = {
- device = "/dev/disk/by-uuid/55e177a1-215e-475b-ba9c-771b5fa3f8f0";
- fsType = "btrfs";
- options = ["compress=lzo" "subvol=@home"];
- };
- };
-}
diff --git a/nixos/configurations/lipwig.nix b/nixos/configurations/lipwig.nix
index 5eadbd5..6001cc6 100644
--- a/nixos/configurations/lipwig.nix
+++ b/nixos/configurations/lipwig.nix
@@ -24,7 +24,6 @@
baseDir = "/nas";
};
wireguard = true;
- openvpn.oldpersonal = true;
borgjobs = {
postgresql.dumpCommand = pkgs.writeScript "postgreqsl-backup.sh" ''
/run/wrappers/bin/sudo -u postgres /run/current-system/sw/bin/pg_dumpall