flake update, niri stuff
This commit is contained in:
parent
83c92deef5
commit
5d8e3292d2
15 changed files with 454 additions and 193 deletions
|
|
@ -9,28 +9,18 @@
|
|||
}:
|
||||
|
||||
{
|
||||
networking = {
|
||||
hostName = "marty-server";
|
||||
interfaces = {
|
||||
eno1 = {
|
||||
wakeOnLan = {
|
||||
enable = true;
|
||||
policy = [ "magic" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users = {
|
||||
marty = import ./home.nix;
|
||||
"${config.user.userName}" = import ./home.nix;
|
||||
};
|
||||
};
|
||||
imports = [ ./hardware.nix ];
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./custom.nix
|
||||
./options.nix
|
||||
];
|
||||
system.stateVersion = "25.11"; # Did you read the comment?
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue