Compare commits

...

2 Commits

Author SHA1 Message Date
jay
ffffb94a6b Fix typo for /home device. 2025-07-09 08:23:16 -04:00
jay
3be549af3d Import impermanance flake. 2025-07-09 08:23:05 -04:00
2 changed files with 17 additions and 1 deletions

16
flake.lock generated
View File

@@ -303,6 +303,21 @@
"type": "github"
}
},
"impermanence-stable-nixos": {
"locked": {
"lastModified": 1737831083,
"narHash": "sha256-LJggUHbpyeDvNagTUrdhe/pRVp4pnS6wVKALS782gRI=",
"owner": "nix-community",
"repo": "impermanence",
"rev": "4b3e914cdf97a5b536a889e939fb2fd2b043a170",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "impermanence",
"type": "github"
}
},
"nix-darwin": {
"inputs": {
"nixpkgs": [
@@ -531,6 +546,7 @@
"disko-stable-nixos": "disko-stable-nixos",
"home-manager-stable-nixos": "home-manager-stable-nixos",
"hyprpanel-stable-nixos": "hyprpanel-stable-nixos",
"impermanence-stable-nixos": "impermanence-stable-nixos",
"nix-flatpak-stable-nixos": "nix-flatpak-stable-nixos",
"nixpkgs": "nixpkgs_2",
"nixpkgs-stable-nixos": "nixpkgs-stable-nixos",

View File

@@ -33,7 +33,7 @@
};
fileSystems."/home" =
{ device = "/dev/mapper/cryptroot";
{ device = "/dev/mapper/crypthome";
fsType = "btrfs";
options = [ "subvol=home" "compress=zstd" "noatime" ];
neededForBoot = true;