diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-04-03 00:37:59 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-04-03 00:37:59 +0530 |
| commit | ead444837d2c9e6d0f73690ffb713d18920523af (patch) | |
| tree | ec7f2d51ed797b0db469209b5f7976f9e24c539f /hardware-configuration.nix | |
| parent | 6f836a75007c7d41fa549de78769845d7c9c2a7f (diff) | |
now my entire disk is on nixos + games :)
Diffstat (limited to 'hardware-configuration.nix')
| -rw-r--r-- | hardware-configuration.nix | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 019ac6d..d71c2cc 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -14,29 +14,14 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/aadeb47f-49f3-4052-b061-6d02fd0165cb"; + { device = "/dev/disk/by-uuid/7efe503a-9f35-4c4c-b93b-1e88c300751b"; fsType = "ext4"; }; - fileSystems."/boot/efi" = - { device = "/dev/disk/by-uuid/111C-A2C4"; + fileSystems."/boot" = + { device = "/dev/disk/by-uuid/8110-364A"; fsType = "vfat"; - options = [ "fmask=0022" "dmask=0022" ]; - }; - - fileSystems."/var/lib/docker/overlay2/4644c4a5a2b1c4a0cb4542e69c9532a324f9dba60040695760d0222a1cb161e8/merged" = - { device = "overlay"; - fsType = "overlay"; - }; - - fileSystems."/var/lib/docker/overlay2/9cbb4669695d642dd03b76ef59374502793490f8c64404a1dc1342641742f789/merged" = - { device = "overlay"; - fsType = "overlay"; - }; - - fileSystems."/var/lib/docker/overlay2/b6ee16857d614f1210c4bd29c841ddd901fd7ccdc6b0370045311774611eed47/merged" = - { device = "overlay"; - fsType = "overlay"; + options = [ "fmask=0077" "dmask=0077" ]; }; swapDevices = [ ]; |
