Skip to content

Commit

Permalink
Update flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
pdalpra committed Oct 26, 2024
1 parent edc6539 commit 5ceadb2
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 52 deletions.
88 changes: 39 additions & 49 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion modules/nixos/impermanence.nix
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ in

environment.persistence.${cfg.paths.system} = {
inherit (cfg) directories;
files = cfg.files ++ [ "/etc/machine-id" ];
files = cfg.files ++ [
"/etc/machine-id"
"/var/lib/nixos"
];
};

environment.persistence.${cfg.paths.homes} = {
Expand Down
4 changes: 2 additions & 2 deletions system/machines/fw16/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
];

boot = {
zfs.package = pkgs.unstable.zfs;
kernelPackages = pkgs.unstable.linuxPackages_6_8;
zfs.package = pkgs.zfs;
kernelPackages = pkgs.linuxPackages_6_10;
};

hardware = {
Expand Down

0 comments on commit 5ceadb2

Please sign in to comment.