Finish felixalbpc, cleanup home-manager

This commit is contained in:
2024-09-13 14:10:29 +02:00
parent 5ea3e8730d
commit 38648a08ed
9 changed files with 111 additions and 41 deletions

View File

@@ -4,7 +4,7 @@
imports =
[
../../base.nix
# ./hardware-configuration.nix
./hardware-configuration.nix
./desktop
];
@@ -16,6 +16,7 @@
];
};
tempAddresses = "disabled";
hostName = "felixalbpc";
nameservers = [ "129.241.0.200" "129.241.0.201" "2001:700:300::200" "2001:700:300::201" ];
domain = "it.ntnu.no";
@@ -24,6 +25,10 @@
console.keyMap = "no";
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"copilot.vim"
];
users.users.felixalb = {
uid = 1328256;
extraGroups = [ "wheel" ];