diff options
Diffstat (limited to 'templates/system-flake/sys/platform')
| -rw-r--r-- | templates/system-flake/sys/platform/foo/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/system-flake/sys/platform/foo/default.nix b/templates/system-flake/sys/platform/foo/default.nix deleted file mode 100644 index ef84269..0000000 --- a/templates/system-flake/sys/platform/foo/default.nix +++ /dev/null @@ -1,6 +0,0 @@ -{pkgs, ...}: { - boot.isContainer = true; - - # Network configuration. - networking.useDHCP = false; -} |
