diff options
author | Linnnus <[email protected]> | 2023-09-07 16:53:41 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-07 16:53:41 +0200 |
commit | edcc3acea595d3045253c3c2fe2462599c1c54e0 (patch) | |
tree | 81e17fc5fe4f0a52d30e8d0209c6080cc77eda32 /hosts/ahmed/configuration.nix | |
parent | d31d1bae8c38e145cdbafe105401d9528b416779 (diff) |
Reorganize everything
Diffstat (limited to 'hosts/ahmed/configuration.nix')
-rw-r--r-- | hosts/ahmed/configuration.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 95561bd..2dbf4e1 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -15,14 +15,7 @@ isNormalUser = true; hashedPassword = "$y$j9T$kNJ5L50Si0sAhdrHyO19I1$YcwXZ46dI.ApLMgZSj7qImq9FrSL0CEUeoJUS8P1103"; extraGroups = [ "wheel" ]; - shell = pkgs.zsh; }; - # Following are recommended when changing the default shell. - # https://nixos.wiki/wiki/Command_Shell#Changing_default_shelltrue; - programs.zsh.enable = true; - environment.shells = [ pkgs.zsh ]; - - my.use-cases = [ "development" "sysadmin" ]; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; @@ -57,8 +50,6 @@ networking.wireless.enable = true; networking.wireless.networks."Rumpenettet_Guest".psk = "Rumpenerglad"; # NOCOMMIT - nix.settings.experimental-features = [ "nix-command" ]; - # Set up Minecraft server. my.services.on-demand-minecraft = { enable = true; |