parent
e111506428
commit
0259ea44f0
5 changed files with 47 additions and 33 deletions
|
@ -1,4 +1,9 @@
|
|||
{ config, inputs, lib, ... }:
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
flake.modules.nixos.pc = {
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
{ config, inputs, self, ... }:
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
self,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
flake =
|
||||
|
@ -15,7 +20,7 @@
|
|||
mkNixosConfiguration =
|
||||
{
|
||||
hostname,
|
||||
modules ? [],
|
||||
modules ? [ ],
|
||||
stateVersion ? "22.11",
|
||||
system ? "x86_64-linux",
|
||||
}:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue