Remove ZFS

This commit is contained in:
KnightArtorias 2026-02-09 20:54:16 +00:00
parent f01d8258a1
commit 39946c6953
5 changed files with 2 additions and 20 deletions

View file

@ -22,7 +22,8 @@
]; ];
}; };
networking.hostName = "crow"; networking.hostName = "crow";
networking.hostId = "0b83186c";
fileSystems."/home/${vars.user}/Games/Steam" = { fileSystems."/home/${vars.user}/Games/Steam" = {
device = "/dev/disk/by-uuid/312227de-38a9-4475-9e46-fecc232f2002"; device = "/dev/disk/by-uuid/312227de-38a9-4475-9e46-fecc232f2002";

View file

@ -3,7 +3,5 @@
./steam.nix ./steam.nix
./pwvucontrol.nix ./pwvucontrol.nix
./wine.nix ./wine.nix
# ./etcher.nix
./zfs.nix
]; ];
} }

View file

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
etcher
];
}

View file

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
zfs
];
}

View file

@ -2,7 +2,4 @@
imports = [ imports = [
./apps ./apps
]; ];
boot.supportedFilesystems = [ "zfs" ];
boot.initrd.supportedFilesystems = [ "zfs" ];
} }