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;
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{ ... }: {
|
||||
device.disks = {
|
||||
boot = "5BD3-FDE6";
|
||||
crypt = "7171d4c2-fd27-45ed-b058-31bab14681e8";
|
||||
root = "f2b17157-1e79-4a44-8349-e611c4768949";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue