refactor: rename modules directory to nix
This commit is contained in:
parent
5501c39e31
commit
e884735f25
13 changed files with 1 additions and 1 deletions
9
nix/profiles/nixos/common.nix
Normal file
9
nix/profiles/nixos/common.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
flake.profiles.nixos.common =
|
||||
{ hostName, ... }:
|
||||
{
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
system.stateVersion = "25.05";
|
||||
networking = { inherit hostName; };
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue