mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add zfs
This commit is contained in:
parent
dffc51471b
commit
32a36f5f80
3 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ in {
|
||||||
# Hardware
|
# Hardware
|
||||||
imports = [ ./hardware-configuration.nix ];
|
imports = [ ./hardware-configuration.nix ];
|
||||||
|
|
||||||
|
boot.supportedFilesystems = [ "zfs" "ntfs" ];
|
||||||
|
|
||||||
environment.systemPackages = with inputs.nix-alien.packages.${system};
|
environment.systemPackages = with inputs.nix-alien.packages.${system};
|
||||||
[ nix-alien ];
|
[ nix-alien ];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
grub = {
|
grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
zfsSupport = true;
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
gfxmodeEfi = config.mods.monitors.primary.config.mode;
|
gfxmodeEfi = config.mods.monitors.primary.config.mode;
|
||||||
|
|
|
||||||
|
|
@ -19,5 +19,7 @@
|
||||||
host = "0.0.0.0";
|
host = "0.0.0.0";
|
||||||
# user = "${config.mods.user.name}";
|
# user = "${config.mods.user.name}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.immich.extraGroups = [ "video" "render" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue