Compare commits
No commits in common. "main" and "NOmom" have entirely different histories.
3 changed files with 1 additions and 16 deletions
|
|
@ -73,7 +73,6 @@
|
||||||
./extras/gaming.nix
|
./extras/gaming.nix
|
||||||
lsfg-vk-flake.nixosModules.default
|
lsfg-vk-flake.nixosModules.default
|
||||||
./extras/folding.nix
|
./extras/folding.nix
|
||||||
./users/builder.nix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
NOlaptop = nixpkgs.lib.nixosSystem {
|
NOlaptop = nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
users.users.builder = {
|
|
||||||
isSystemUser = true;
|
|
||||||
group = "builder";
|
|
||||||
useDefaultShell = true;
|
|
||||||
|
|
||||||
openssh.authorizedKeys.keys = [
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
users.groups.builder = {};
|
|
||||||
|
|
||||||
nix.settings.trusted-users = ["builder"];
|
|
||||||
}
|
|
||||||
|
|
@ -40,7 +40,7 @@ in {
|
||||||
source = ./nushell/extras;
|
source = ./nushell/extras;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
home.file.".local/share/nushell/completions" = {
|
home.file.".local/nushell/completions" = {
|
||||||
source = ./nushell/completions;
|
source = ./nushell/completions;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue