fixes
This commit is contained in:
parent
e2fab02d40
commit
4b59691aae
@ -127,6 +127,7 @@
|
|||||||
#network,
|
#network,
|
||||||
#cpu,
|
#cpu,
|
||||||
#workspaces {
|
#workspaces {
|
||||||
|
margin-left: 0.5rem;
|
||||||
border-top-left-radius: 1rem;
|
border-top-left-radius: 1rem;
|
||||||
border-bottom-left-radius: 1rem;
|
border-bottom-left-radius: 1rem;
|
||||||
}
|
}
|
||||||
@ -136,6 +137,7 @@
|
|||||||
#clock,
|
#clock,
|
||||||
#battery,
|
#battery,
|
||||||
#workspaces {
|
#workspaces {
|
||||||
|
margin-right: 0.5rem;
|
||||||
border-top-right-radius: 1rem;
|
border-top-right-radius: 1rem;
|
||||||
border-bottom-right-radius: 1rem;
|
border-bottom-right-radius: 1rem;
|
||||||
}
|
}
|
||||||
|
@ -18,14 +18,6 @@ in
|
|||||||
networking = enabled; # TODO - Network Config
|
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 = {
|
services = {
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user