Added desktop device. Still need to generate hardware-config
This commit is contained in:
parent
c1808817df
commit
265f2d11bb
3 changed files with 48 additions and 0 deletions
9
hosts/desktop/hardware-configuration.nix
Normal file
9
hosts/desktop/hardware-configuration.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# To be generated...
|
||||
{
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/sda1";
|
||||
fsType = "ext4";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue