rename
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{ withSystem, self, inputs, lib, ... }:
|
{ withSystem, self, inputs, lib, ... }:
|
||||||
|
# Intent: NixOS service node for Forgejo + restic with mTLS, host-local secrets, and a paired Home Manager profile for john.
|
||||||
let
|
let
|
||||||
username = "john";
|
username = "john";
|
||||||
hostname = "soteria";
|
hostname = "soteria";
|
||||||
@@ -83,7 +84,7 @@ in
|
|||||||
# This provides the secrets at install time
|
# This provides the secrets at install time
|
||||||
sops.defaultSopsFile = ./secrets.yaml;
|
sops.defaultSopsFile = ./secrets.yaml;
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
# programs.zsh.enable = true;
|
||||||
|
|
||||||
home-manager.users."${username}".imports = [ inputs.self.modules.homeManager.soteria ];
|
home-manager.users."${username}".imports = [ inputs.self.modules.homeManager.soteria ];
|
||||||
|
|
||||||
Reference in New Issue
Block a user