diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/default.nix | 1 | ||||
-rw-r--r-- | hosts/carmel/default.nix | 1 | ||||
-rw-r--r-- | hosts/tahoe/default.nix | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix index 8c26668..7c51741 100644 --- a/hosts/aptos/default.nix +++ b/hosts/aptos/default.nix @@ -39,4 +39,3 @@ # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "21.11"; # Did you read the comment? } - diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix index 386cad6..00ae881 100644 --- a/hosts/carmel/default.nix +++ b/hosts/carmel/default.nix @@ -30,4 +30,3 @@ # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "21.11"; # Did you read the comment? } - diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix index 1998a51..ceb6152 100644 --- a/hosts/tahoe/default.nix +++ b/hosts/tahoe/default.nix @@ -19,4 +19,3 @@ # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "21.11"; # Did you read the comment? } - |