diff options
Diffstat (limited to 'nix/glesys.nix')
-rw-r--r-- | nix/glesys.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nix/glesys.nix b/nix/glesys.nix index b485d2637c67..4cd66cb19595 100644 --- a/nix/glesys.nix +++ b/nix/glesys.nix @@ -2,12 +2,6 @@ sto-tazserve-1 = { pkgs, config, ... }: { deployment.targetHost = "46.21.106.241"; - # Configure root disk - fileSystems."/" = { - device = "/dev/disk/by-uuid/edb2a58c-561b-4597-9d88-9886cdfb1eac"; - fsType = "ext4"; - }; - # Configure network networking.hostName = "sto-tazserve-1"; networking.interfaces.ens32.ip4 = [ |