keylime as remote dev bix

This commit is contained in:
41666 2023-12-24 19:16:40 -05:00
parent ae61694ecc
commit 3ee4f33af2
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{ ... }: {
imports = [
../common
../common/home-user.nix
#../../features/kitty.nix
#../../features/vesktop
];
}

View file

@ -6,6 +6,8 @@
../../features/dns-cache.nix ../../features/dns-cache.nix
]; ];
home-manager.users.noe = import ../../../home-manager/noe/hosts/keylime.nix;
networking.hostName = "keylime"; networking.hostName = "keylime";
system.stateVersion = "24.05"; system.stateVersion = "24.05";
nixpkgs.hostPlatform = "x86_64-linux"; nixpkgs.hostPlatform = "x86_64-linux";