fixes
This commit is contained in:
parent
e2fab02d40
commit
4b59691aae
@ -127,6 +127,7 @@
|
||||
#network,
|
||||
#cpu,
|
||||
#workspaces {
|
||||
margin-left: 0.5rem;
|
||||
border-top-left-radius: 1rem;
|
||||
border-bottom-left-radius: 1rem;
|
||||
}
|
||||
@ -136,6 +137,7 @@
|
||||
#clock,
|
||||
#battery,
|
||||
#workspaces {
|
||||
margin-right: 0.5rem;
|
||||
border-top-right-radius: 1rem;
|
||||
border-bottom-right-radius: 1rem;
|
||||
}
|
||||
|
@ -18,14 +18,6 @@ in
|
||||
networking = enabled; # TODO - Network Config
|
||||
};
|
||||
|
||||
security = {
|
||||
sops = {
|
||||
enable = true;
|
||||
sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
defaultSopsFile = lib.snowfall.fs.get-file "secrets/nixos-builder/default.yaml";
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user