sublime fix
This commit is contained in:
@@ -13,11 +13,12 @@ in
|
||||
nixos."${username}"
|
||||
nixos.docker
|
||||
{
|
||||
step-ssh-host.hostname = hostname;
|
||||
sops.defaultSopsFile = ../../keys/secrets.yaml;
|
||||
home-manager.users."${username}" = {
|
||||
imports = with inputs.self.modules.homeManager; [
|
||||
mysops
|
||||
];
|
||||
shell.program = "zsh";
|
||||
docker.enable = true;
|
||||
ssh.matchSets = {
|
||||
certs = true;
|
||||
|
||||
Reference in New Issue
Block a user