From 596308634840634c216e8f1f1db8920886df0aa4 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 23:19:40 -0800 Subject: migration: start copenhagen config --- hosts/copenhagen/configuration.nix | 39 -------------------------------------- 1 file changed, 39 deletions(-) (limited to 'hosts/copenhagen/configuration.nix') diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index f66a1a9..73cacac 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -1,45 +1,15 @@ { config, lib, pkgs, inputs, ... }: { - imports = [ - ./hardware.nix - ../../core - ../../roles - ]; - - nix.settings.experimental-features = [ "nix-command" "flakes" ]; - environment.persistence."/persist/system" = { - hideMounts = true; - directories = [ - "/etc/nixos" - "/var/log" - "/var/lib/nixos" - "/var/lib/systemd/coredump" - "/var/lib/acme" "/srv/web" "/srv/minecraft" ]; - - files = [ - "/etc/machine-id" - ]; }; - programs.fuse.userAllowOther = true; - - networking = { - hostName = "copenhagen"; - hostId = "a50062ff"; - - useDHCP = true; - }; - - time.timeZone = "America/Los_Angeles"; - users.users = { root.hashedPasswordFile = "/secrets/passwords/root"; @@ -54,13 +24,6 @@ }; }; - home-manager = { - extraSpecialArgs = { inherit inputs; }; - users = { - "c" = import ./home/c.nix; - }; - }; - roles = { minecraft = { enable = true; @@ -106,6 +69,4 @@ environment.systemPackages = with pkgs; [ ffmpeg ]; - - system.stateVersion = "23.11"; } -- cgit v1.2.3