feature/argon #25

Merged
aaron merged 15 commits from feature/argon into main 2026-03-06 18:37:02 +01:00
4 changed files with 10 additions and 4 deletions
Showing only changes of commit 6a132670e2 - Show all commits

View File

@@ -5,7 +5,7 @@
../../modules/nixos/audio.nix
../../modules/nixos/bootloader.nix
../../modules/nixos/certificates.nix
../../modules/nixos/docker.nix
#../../modules/nixos/docker.nix
../../modules/nixos/gnupg.nix
../../modules/nixos/locales.nix
../../modules/nixos/networking.nix
@@ -20,6 +20,9 @@
../../modules/nixos/users.nix
];
# set hostname
networking.hostName = "argon";
# install state version
system.stateVersion = "25.11"; # Don't change
}

View File

@@ -20,6 +20,9 @@
../../modules/nixos/users.nix
];
# set hostname
networking.hostName = "neon";
# install state version
system.stateVersion = "25.11"; # Don't change
}

View File

@@ -7,7 +7,7 @@
syntaxHighlighting.enable = true;
oh-my-zsh = {
enable = true;
theme = "agnoster";
theme = "gentoo";
#plugins = [ "git" "ssh-agent" ];
};
};

View File

@@ -1,8 +1,8 @@
{ config, lib, pkgs, ... }:
{
# set hostnname
networking.hostName = "neon";
## set hostnname
#networking.hostName = "neon";
# user networkmanager
networking.networkmanager.enable = true;