move configuration to hosts folder structure
This commit is contained in:
parent
2f650892b5
commit
62afc72fae
@ -9,7 +9,7 @@
|
|||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
disko.nixosModules.disko
|
disko.nixosModules.disko
|
||||||
./configuration.nix
|
./hosts/pc/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@ -107,6 +107,11 @@ in
|
|||||||
pkgs.gamescope
|
pkgs.gamescope
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.git.config.user = {
|
||||||
|
name = "akulij";
|
||||||
|
email = "aakulij@gmail.com";
|
||||||
|
};
|
||||||
|
|
||||||
users.users.akulij = {
|
users.users.akulij = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
Loading…
x
Reference in New Issue
Block a user