This commit is contained in:
muon 2024-11-29 11:23:58 +00:00
parent 32a36f5f80
commit e72fa70fae
3 changed files with 30 additions and 19 deletions

View file

@ -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