summaryrefslogtreecommitdiff
path: root/hosts/glados/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-20 22:10:21 -0400
committerseth <[email protected]>2023-04-20 22:13:45 -0400
commiteb3f9e87435be5941278d819351bac0ece172051 (patch)
treed32d347bcba4760dcf1b3b8d11e6accbde12f49c /hosts/glados/default.nix
parent65e26c34990fa57e305093572ea3a9596bc45b38 (diff)
move to my external lib
Diffstat (limited to 'hosts/glados/default.nix')
-rw-r--r--hosts/glados/default.nix10
1 files changed, 7 insertions, 3 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix
index a2be3f5..62006b3 100644
--- a/hosts/glados/default.nix
+++ b/hosts/glados/default.nix
@@ -1,6 +1,9 @@
-{home-manager, ...}: {
+{
+ home-manager,
+ self,
+ ...
+}: {
imports = [
- ../../users/seth
./boot.nix
./hardware-configuration.nix
];
@@ -15,7 +18,7 @@
home-manager.users.seth = {
imports = [
- ../../users/seth/desktop
+ "${self}/users/seth/desktop"
];
desktop.gnome.enable = true;
@@ -25,6 +28,7 @@
LIBVA_DRIVER_NAME=vdpau
'';
+ networking.hostName = "glados";
powerManagement.cpuFreqGovernor = "ondemand";
security.tpm2 = {