keylime as remote dev bix
This commit is contained in:
parent
ae61694ecc
commit
3ee4f33af2
2 changed files with 13 additions and 0 deletions
11
home-manager/noe/hosts/keylime.nix
Normal file
11
home-manager/noe/hosts/keylime.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{ ... }: {
|
||||||
|
imports = [
|
||||||
|
../common
|
||||||
|
../common/home-user.nix
|
||||||
|
|
||||||
|
#../../features/kitty.nix
|
||||||
|
#../../features/vesktop
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
|
}
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue