Update configuration
This commit is contained in:
parent
93ca57156d
commit
7c49e939b3
3 changed files with 8 additions and 6 deletions
|
@ -7,14 +7,14 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
./hardware/apu.nix
|
||||
./role/base.nix
|
||||
../hardware/apu.nix
|
||||
../role/base.nix
|
||||
];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/360a6bc9-fc4e-4803-bd53-69320ac32ac5";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=nixos" ];
|
||||
options = [ "defaults" "subvol=nixos" "noatime" ];
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue