diff options
| author | Fuwn <[email protected]> | 2024-10-03 02:45:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-03 02:45:57 -0700 |
| commit | cf4b3731c3928d77799247d19cf0dbdfc23e776a (patch) | |
| tree | d19182fc3c757b0b5b8bb54d76cc562515f630fe /hosts | |
| parent | core: fix fastfetch logo path (diff) | |
| download | nixos-config-cf4b3731c3928d77799247d19cf0dbdfc23e776a.tar.xz nixos-config-cf4b3731c3928d77799247d19cf0dbdfc23e776a.zip | |
akashi: extend nix
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/akashi/configuration.nix | 1 |
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"; |