summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-03 02:45:57 -0700
committerFuwn <[email protected]>2024-10-03 02:45:57 -0700
commitcf4b3731c3928d77799247d19cf0dbdfc23e776a (patch)
treed19182fc3c757b0b5b8bb54d76cc562515f630fe /hosts
parentcore: fix fastfetch logo path (diff)
downloadnixos-config-cf4b3731c3928d77799247d19cf0dbdfc23e776a.tar.xz
nixos-config-cf4b3731c3928d77799247d19cf0dbdfc23e776a.zip
akashi: extend nix
Diffstat (limited to 'hosts')
-rw-r--r--hosts/akashi/configuration.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/akashi/configuration.nix b/hosts/akashi/configuration.nix
index caa1543..164a02e 100644
--- a/hosts/akashi/configuration.nix
+++ b/hosts/akashi/configuration.nix
@@ -12,7 +12,6 @@
];
config = {
- modules.nix.extend = false;
system.stateVersion = "24.05";
networking.hostName = "akashi";
services.openssh.settings.PermitRootLogin = "yes";