Update configuration

This commit is contained in:
Fabian Hauser 2019-08-25 19:29:39 +00:00
parent 93ca57156d
commit 7c49e939b3
3 changed files with 8 additions and 6 deletions

View file

@ -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 =