This commit is contained in:
Markus Heurung 2025-03-25 14:10:09 +01:00
parent 6d0de0e26f
commit a619b4e4a5
2 changed files with 7 additions and 12 deletions

View file

@ -71,6 +71,13 @@
./hosts/muhhStar.nix ./hosts/muhhStar.nix
]; ];
}; };
ze = lib.nixosSystem {
inherit system;
modules = [
sops-nix.nixosModules.sops
./hosts/ze.nix
];
};
}; };
homeConfigurations = { homeConfigurations = {

View file

@ -8,19 +8,7 @@
./common.nix ./common.nix
]; ];
# Bootloader.
boot.loader.systemd-boot.enable = false;
boot.loader.grub = {
enable = true;
device = "nodev";
efiSupport = true;
useOSProber = true;
};
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "ze"; # Define your hostname. networking.hostName = "ze"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary # Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";