fixup! removed useless imports
This commit is contained in:
@@ -15,20 +15,17 @@
|
||||
locale
|
||||
];
|
||||
in {
|
||||
imports =
|
||||
[
|
||||
# /etc/nixos/hardware-configuration.nix
|
||||
]
|
||||
++ modules;
|
||||
imports = modules;
|
||||
|
||||
services = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "yes";
|
||||
}
|
||||
;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
unzip
|
||||
@@ -39,6 +36,7 @@
|
||||
curlWithGnuTls
|
||||
wget
|
||||
];
|
||||
|
||||
system.stateVersion = "26.02";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user