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.

fix(stellapent-cier): quick syntax error fix on ssh-keys import whoops

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

+2 -2
+2 -2
hosts/stellapent-cier/users/gildedguy.nix
··· 12 12 "docker" 13 13 ]; 14 14 openssh = { 15 - authorizedKeys.keys = with import ../../../shared/ssh-keys.nix;; [ 15 + authorizedKeys.keys = with import ../../../shared/ssh-keys.nix; [ 16 16 personal.y2022 17 17 personal.passwordless 18 18 personal.campus-comlab ··· 32 32 home.username = "gildedguy"; 33 33 home.homeDirectory = "/home/gildedguy"; 34 34 }; 35 - } 35 + }