mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
profiles: Change naming convention
This commit is contained in:
parent
b5ce26226e
commit
acee101cbc
8 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ config, self, ... }:
|
||||
{
|
||||
imports = [ self.nixosModules.profile-server ];
|
||||
imports = [ self.nixosModules.server-profile ];
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue