diff options
| author | Fuwn <[email protected]> | 2024-09-23 16:17:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-23 16:17:47 -0700 |
| commit | 70b0e24edab7a9d689768f4b694f92e8697e231e (patch) | |
| tree | 9b88b13fb9976eab750f691178bed800e203cf2f /hosts/kansai/default.nix | |
| parent | kansai: move default module to host (diff) | |
| download | nixos-config-70b0e24edab7a9d689768f4b694f92e8697e231e.tar.xz nixos-config-70b0e24edab7a9d689768f4b694f92e8697e231e.zip | |
options: move modules to modules
Diffstat (limited to 'hosts/kansai/default.nix')
| -rw-r--r-- | hosts/kansai/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/kansai/default.nix b/hosts/kansai/default.nix index a8e48c0..ebca9a8 100644 --- a/hosts/kansai/default.nix +++ b/hosts/kansai/default.nix @@ -6,6 +6,5 @@ ../../modules/options ]; - # See `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion. system.stateVersion = "24.05"; } |