diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-14 15:01:30 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-14 15:01:30 -0500 |
commit | 4e970f7cc35d2747af0baa6fca9df5abc18bee43 (patch) | |
tree | 4d1b5b1550d487c246cc90e7b0b735989958f6b5 /hosts | |
parent | fdd799bf06c5d40cb8a3e8292ee76bff265765f9 (diff) | |
download | nixos-config-4e970f7cc35d2747af0baa6fca9df5abc18bee43.tar.gz nixos-config-4e970f7cc35d2747af0baa6fca9df5abc18bee43.zip |
hosts: Rename ades/* to bean/*
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/bean/Xresources (renamed from hosts/ades/Xresources) | 0 | ||||
-rw-r--r-- | hosts/bean/awesome.lua (renamed from hosts/ades/awesome.lua) | 0 | ||||
-rw-r--r-- | hosts/bean/common.nix (renamed from hosts/ades/common.nix) | 2 | ||||
-rw-r--r-- | hosts/bean/default.nix (renamed from hosts/ades/default.nix) | 20 | ||||
-rw-r--r-- | hosts/bean/firefox-prefs.nix (renamed from hosts/ades/firefox-prefs.nix) | 0 | ||||
-rw-r--r-- | hosts/bean/gtkrc-3.ini (renamed from hosts/ades/gtkrc-3.ini) | 0 | ||||
-rw-r--r-- | hosts/bean/hardware.nix (renamed from hosts/ades/hardware.nix) | 0 | ||||
-rw-r--r-- | hosts/bean/iso.nix (renamed from hosts/ades/iso.nix) | 22 | ||||
-rw-r--r-- | hosts/bean/pinto.nix (renamed from hosts/ades/styx.nix) | 0 | ||||
-rw-r--r-- | hosts/bean/users.nix (renamed from hosts/ades/users.nix) | 0 | ||||
-rw-r--r-- | hosts/bean/xinitrc (renamed from hosts/ades/xinitrc) | 0 | ||||
-rw-r--r-- | hosts/default.nix | 2 |
12 files changed, 24 insertions, 22 deletions
diff --git a/hosts/ades/Xresources b/hosts/bean/Xresources index 932a4ab..932a4ab 100644 --- a/hosts/ades/Xresources +++ b/hosts/bean/Xresources diff --git a/hosts/ades/awesome.lua b/hosts/bean/awesome.lua index f8ccfa7..f8ccfa7 100644 --- a/hosts/ades/awesome.lua +++ b/hosts/bean/awesome.lua diff --git a/hosts/ades/common.nix b/hosts/bean/common.nix index e815a3b..5d4bde3 100644 --- a/hosts/ades/common.nix +++ b/hosts/bean/common.nix @@ -16,6 +16,8 @@ in time.timeZone = "America/Chicago"; + networking.domain = "bean.alef.zoar.cx"; + this.sets = { arch.tools = true; cli.tools.full = true; diff --git a/hosts/ades/default.nix b/hosts/bean/default.nix index 82496c1..41ade5d 100644 --- a/hosts/ades/default.nix +++ b/hosts/bean/default.nix @@ -10,14 +10,14 @@ mergeAttrsList [ ./common.nix ./users.nix ]) [ - "acheron" - "asphodel" - "cocytus" - "elysium" - "lethe" - "makaron" - "oneiron" - "tartarus" + "anasazi" + "bolita" + "calypso" + "kidney" + "peruano" + "pink" + "sulphur" + "white" ]) ++ (map (h: mkHost "x86_64-linux" h @@ -25,9 +25,9 @@ mergeAttrsList ./users.nix ./${h}.nix ]) [ - "styx" + "pinto" ])) -// mkHost "x86_64-linux" "ades-live" [ +// mkHost "x86_64-linux" "sprout" [ ./common.nix ./iso.nix ] diff --git a/hosts/ades/firefox-prefs.nix b/hosts/bean/firefox-prefs.nix index 125ee62..125ee62 100644 --- a/hosts/ades/firefox-prefs.nix +++ b/hosts/bean/firefox-prefs.nix diff --git a/hosts/ades/gtkrc-3.ini b/hosts/bean/gtkrc-3.ini index 488a5d1..488a5d1 100644 --- a/hosts/ades/gtkrc-3.ini +++ b/hosts/bean/gtkrc-3.ini diff --git a/hosts/ades/hardware.nix b/hosts/bean/hardware.nix index ac7fde8..ac7fde8 100644 --- a/hosts/ades/hardware.nix +++ b/hosts/bean/hardware.nix diff --git a/hosts/ades/iso.nix b/hosts/bean/iso.nix index b970685..64df018 100644 --- a/hosts/ades/iso.nix +++ b/hosts/bean/iso.nix @@ -32,14 +32,14 @@ rec { makeEfiBootable = true; makeUsbBootable = true; - isoBaseName = lib.mkImageMediaOverride "nixos-styx"; + isoBaseName = lib.mkImageMediaOverride "sprout"; - prependToMenuLabel = "Ades ("; - appendToMenuLabel = ") Live System"; + prependToMenuLabel = "Bean sprout ("; + appendToMenuLabel = ")"; }; - users.users.ades = { - description = "Ades"; + users.users.bean = { + description = "Sean Bean"; isNormalUser = true; homeMode = "755"; extraGroups = [ @@ -47,17 +47,17 @@ rec { "audio" "video" "lp" "networkmanager" ]; - initialPassword = "persephone"; + initialPassword = "boromir"; }; - users.users.root.initialPassword = "olympus"; + users.users.root.initialPassword = "allalikeallalike"; - services.getty.autologinUser = "ades"; + services.getty.autologinUser = "bean"; services.getty.helpLine = '' - As you can see, you are automatically logged in to the "ades" user. + As you can see, you are automatically logged in to the "bean" user. Run `startx' to obtain a graphical session. - The password for the "ades" user is: ${users.users.ades.initialPassword} - The password for the "root" user is: ${users.users.root.initialPassword} + The password for bean is: ${users.users.pod.initialPassword} + The password for root is: ${users.users.root.initialPassword} ''; nixpkgs.overlays = [ diff --git a/hosts/ades/styx.nix b/hosts/bean/pinto.nix index ab00833..ab00833 100644 --- a/hosts/ades/styx.nix +++ b/hosts/bean/pinto.nix diff --git a/hosts/ades/users.nix b/hosts/bean/users.nix index f7f1cfc..f7f1cfc 100644 --- a/hosts/ades/users.nix +++ b/hosts/bean/users.nix diff --git a/hosts/ades/xinitrc b/hosts/bean/xinitrc index 667c768..667c768 100644 --- a/hosts/ades/xinitrc +++ b/hosts/bean/xinitrc diff --git a/hosts/default.nix b/hosts/default.nix index e689405..ef3144e 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -45,4 +45,4 @@ hosts { "carrot" ]; } // -hostsImport ./ades +hostsImport ./bean |