initial commit
This commit is contained in:
commit
ebc1be5217
143 changed files with 7721 additions and 0 deletions
21
modules/users/gwg313.nix
Normal file
21
modules/users/gwg313.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
config.dendritic.users.gwg313 = {
|
||||
username = "gwg313";
|
||||
|
||||
nixosModules = [
|
||||
../nixos/hosts/candlekeep/syncthing.nix
|
||||
];
|
||||
|
||||
homeModules = [
|
||||
../nixos/hosts/candlekeep/git.nix
|
||||
../nixos/hosts/candlekeep/ssh-hosts.nix
|
||||
];
|
||||
|
||||
homes.candlekeep = {
|
||||
system = "x86_64-linux";
|
||||
stateVersion = "25.11";
|
||||
roles = [ "workstation" ];
|
||||
extraModules = [ ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue