update & fixes
This commit is contained in:
parent
709db1985b
commit
f7e2c26626
7 changed files with 9 additions and 2 deletions
12
system/configuration.nix
Normal file
12
system/configuration.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./modules
|
||||
];
|
||||
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue