From 1eb21c10c217c60e226d168875def24967570a19 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 20:11:54 -0800 Subject: migration: housekeeping --- hosts/c-pc/configuration.nix | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 hosts/c-pc/configuration.nix (limited to 'hosts/c-pc/configuration.nix') diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix deleted file mode 100644 index b9590b5..0000000 --- a/hosts/c-pc/configuration.nix +++ /dev/null @@ -1,31 +0,0 @@ -{ config, lib, pkgs, inputs, ... }: - -{ - imports = [ - ./hardware.nix - ./network.nix - ../../core - ../../roles - ]; - - users.users = { - root.hashedPasswordFile = "/secrets/passwords/root"; - - "c" = { - isNormalUser = true; - hashedPasswordFile = "/secrets/passwords/c"; - extraGroups = [ "wheel" ]; - }; - }; - - environment.systemPackages = with pkgs; [ - jellyfin - - go - jdk21 - - libGL - ]; - - system.stateVersion = "23.11"; -} -- cgit v1.2.3