remove old disk config
This commit is contained in:
parent
b1f0060e15
commit
53d20b0745
2 changed files with 1 additions and 19 deletions
|
@ -3,7 +3,7 @@
|
|||
inherit (config.device) disks;
|
||||
in {
|
||||
imports = [
|
||||
./disks.nix
|
||||
./disko.nix
|
||||
./options.nix
|
||||
];
|
||||
|
||||
|
@ -27,17 +27,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
fileSystems = {
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/${disks.boot}";
|
||||
fsType = "vfat";
|
||||
};
|
||||
"/" = {
|
||||
device = "/dev/disk/by-uuid/${disks.root}";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
fwupd.enable = true;
|
||||
power-profiles-daemon.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue