NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixstellapent-cier): quick function fix hellscape

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+1 -1
+1 -1
hosts/stellapent-cier/configuration.nix
··· 33 33 34 34 networking = { 35 35 hostName = "stellapent-cier"; 36 - hosts = with import ../../shared/hosts-file.nix; hosts.stellapent-cier; 36 + hosts = with (import ../../shared/hosts-file.nix {}); hosts.stellapent-cier; 37 37 networkmanager = { 38 38 enable = true; 39 39 };