ssh, avahi and stateversion added to core
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
]
|
||||
++ modules;
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
avahi.enable = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
unzip
|
||||
@@ -33,5 +37,6 @@
|
||||
curlWithGnuTls
|
||||
wget
|
||||
];
|
||||
system.stateVersion = "25.05";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user