refactor: rename modules directory to nix
This commit is contained in:
parent
b1a33074b8
commit
038bd036fa
13 changed files with 1 additions and 1 deletions
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
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