summaryrefslogtreecommitdiff
path: root/modules/hosts/T495
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-11-03 18:05:56 -0600
committerTim Keller <tjkeller.xyz>2024-11-03 18:05:56 -0600
commit930a33b8a327a4832a13b0189024e2173361f7c9 (patch)
treec5f926d9e3cd1425e268ea8633a675d45cf788b0 /modules/hosts/T495
parent643d50d24069af5efef1ffff2c5edb0947d43031 (diff)
downloadnixos-930a33b8a327a4832a13b0189024e2173361f7c9.tar.xz
nixos-930a33b8a327a4832a13b0189024e2173361f7c9.zip
fix T495 conf
Diffstat (limited to 'modules/hosts/T495')
-rw-r--r--modules/hosts/T495/configuration.nix2
-rw-r--r--modules/hosts/T495/home.nix6
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/hosts/T495/configuration.nix b/modules/hosts/T495/configuration.nix
index 3468622..9983a21 100644
--- a/modules/hosts/T495/configuration.nix
+++ b/modules/hosts/T495/configuration.nix
@@ -4,7 +4,7 @@
./wg.nix
];
networking.hostName = "T495";
- config.grub.mode = "efi";
+ grub.mode = "efi";
environment.systemPackages = with pkgs; [
input-leap
diff --git a/modules/hosts/T495/home.nix b/modules/hosts/T495/home.nix
index cf86990..344678c 100644
--- a/modules/hosts/T495/home.nix
+++ b/modules/hosts/T495/home.nix
@@ -6,8 +6,8 @@
wallpapers.enable = true;
home.file.input-leap-config = {
- source = ./resources/input-leap/;
+ source = ./resources/input-leap;
recursive = true;
- target = ./config;
- }
+ target = "./config";
+ };
}