update radicale
This commit is contained in:
Binary file not shown.
@@ -193,6 +193,17 @@
|
|||||||
};
|
};
|
||||||
networking.hostName = "server-vm"; # Define your hostname.
|
networking.hostName = "server-vm"; # Define your hostname.
|
||||||
|
|
||||||
|
#containers.privnetwork = {
|
||||||
|
# autoStart = true;
|
||||||
|
# privateNetwork = true;
|
||||||
|
# privateUsers = "pick";
|
||||||
|
# hostAddress = "192.168.100.1";
|
||||||
|
# localAddress = "192.168.100.2";
|
||||||
|
# config = { config, pkgs, ... }: {
|
||||||
|
# services.postgresql.enable = true;
|
||||||
|
# };
|
||||||
|
#};
|
||||||
|
|
||||||
#services.murmur = {
|
#services.murmur = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# openFirewall = true;
|
# openFirewall = true;
|
||||||
|
|||||||
@@ -22,9 +22,7 @@
|
|||||||
initialPassword = "cooltemporarypw";
|
initialPassword = "cooltemporarypw";
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"wheel"
|
|
||||||
"docker"
|
"docker"
|
||||||
"wireshark"
|
|
||||||
];
|
];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
config.mainUser.sshKey
|
config.mainUser.sshKey
|
||||||
|
|||||||
Reference in New Issue
Block a user