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