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
32a36f5f80
commit
e72fa70fae
3 changed files with 30 additions and 19 deletions
|
|
@ -5,14 +5,13 @@ in {
|
|||
# Hardware
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
boot.supportedFilesystems = [ "zfs" "ntfs" ];
|
||||
|
||||
environment.systemPackages = with inputs.nix-alien.packages.${system};
|
||||
[ nix-alien ];
|
||||
|
||||
# System
|
||||
mods.user.name = "muon";
|
||||
networking.hostName = "muho";
|
||||
networking.hostId = "56e55e83";
|
||||
mods.home.file = ./home.nix;
|
||||
|
||||
# Modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue