Remove ZFS
This commit is contained in:
parent
f01d8258a1
commit
39946c6953
5 changed files with 2 additions and 20 deletions
|
|
@ -22,7 +22,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
networking.hostName = "crow";
|
||||
networking.hostName = "crow";
|
||||
networking.hostId = "0b83186c";
|
||||
|
||||
fileSystems."/home/${vars.user}/Games/Steam" = {
|
||||
device = "/dev/disk/by-uuid/312227de-38a9-4475-9e46-fecc232f2002";
|
||||
|
|
|
|||
|
|
@ -3,7 +3,5 @@
|
|||
./steam.nix
|
||||
./pwvucontrol.nix
|
||||
./wine.nix
|
||||
# ./etcher.nix
|
||||
./zfs.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
etcher
|
||||
];
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
zfs
|
||||
];
|
||||
}
|
||||
|
|
@ -2,7 +2,4 @@
|
|||
imports = [
|
||||
./apps
|
||||
];
|
||||
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
boot.initrd.supportedFilesystems = [ "zfs" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue