diff --git a/hardware-configuration/Dell-Laptop.nix b/hardware-configuration/Dell-Laptop.nix index ae9b849..bed90d4 100644 --- a/hardware-configuration/Dell-Laptop.nix +++ b/hardware-configuration/Dell-Laptop.nix @@ -14,27 +14,27 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/43364c66-885f-4fc3-8138-95bd2d0d8d36"; + { device = "/dev/disk/by-uuid/04f26dc1-0e58-495b-827e-0daba3a54808"; fsType = "btrfs"; options = [ "subvol=@nixos" ]; }; - boot.initrd.luks.devices."cryptnixos".device = "/dev/disk/by-uuid/c9a08672-55fd-42d7-8903-c6ea06462c49"; + boot.initrd.luks.devices."cryptnixos".device = "/dev/disk/by-uuid/11a75979-beaa-4113-b2e0-bb342a3e8863"; fileSystems."/.snapshots" = - { device = "/dev/disk/by-uuid/43364c66-885f-4fc3-8138-95bd2d0d8d36"; + { device = "/dev/disk/by-uuid/04f26dc1-0e58-495b-827e-0daba3a54808"; fsType = "btrfs"; options = [ "subvol=@snapshots" ]; }; fileSystems."/home" = - { device = "/dev/disk/by-uuid/43364c66-885f-4fc3-8138-95bd2d0d8d36"; + { device = "/dev/disk/by-uuid/04f26dc1-0e58-495b-827e-0daba3a54808"; fsType = "btrfs"; options = [ "subvol=@home" ]; }; fileSystems."/nix/store" = - { device = "/dev/disk/by-uuid/43364c66-885f-4fc3-8138-95bd2d0d8d36"; + { device = "/dev/disk/by-uuid/04f26dc1-0e58-495b-827e-0daba3a54808"; fsType = "btrfs"; options = [ "subvol=@nix-store" ]; }; diff --git a/misc/Passwords.kdbx b/misc/Passwords.kdbx index 0c420ef..f71ccef 100755 Binary files a/misc/Passwords.kdbx and b/misc/Passwords.kdbx differ diff --git a/modules/packages.nix b/modules/packages.nix index b4d52a8..cbbcf01 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -67,7 +67,7 @@ in { nixPath = [ "nixpkgs=${imports.nixpkgs}" "nixos-config=/etc/nixos/configuration.nix" - # "/nix/var/nix/profiles/per-user/root/channels" + "/nix/var/nix/profiles/per-user/root/channels" ]; }; -} \ No newline at end of file +} diff --git a/modules/services.nix b/modules/services.nix index 16fd776..d050891 100644 --- a/modules/services.nix +++ b/modules/services.nix @@ -5,6 +5,11 @@ in { services.acpid.enable = true; + services.btrfs.autoScrub = { + enable = true; + interval = "weekly"; + }; + services.redshift = { enable = true; temperature.day = 5500; diff --git a/modules/workspace/i3/default.nix b/modules/workspace/i3/default.nix index c28bb1a..c68fdb6 100644 --- a/modules/workspace/i3/default.nix +++ b/modules/workspace/i3/default.nix @@ -26,6 +26,8 @@ in { }; fonts = [ "RobotoMono 9" ]; + bars = [ ]; + # colors = rec { # background = thm.bg; # unfocused = {