Reorganize modules

Leverage nixos-hardware
This commit is contained in:
Nettika 2024-07-11 21:03:02 -07:00
parent 13cb1c6223
commit a646cbb078
10 changed files with 92 additions and 97 deletions

View file

@ -4,9 +4,16 @@
inherit hostName;
networkmanager.enable = true;
};
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
users.users = {
nettika = {
isNormalUser = true;