fix: git add . in the root of the repo
This commit is contained in:
parent
cdeffe8308
commit
95e43f5aea
3 changed files with 53 additions and 6 deletions
|
@ -1,9 +1,16 @@
|
|||
{lib, ...}: {
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
flake = {
|
||||
nixosConfigurations = lib.mkComputers {
|
||||
toothless = {
|
||||
system = "x86_64-linux";
|
||||
user = "artur";
|
||||
extraModules = [
|
||||
inputs.disko.nixosModules.disko
|
||||
];
|
||||
};
|
||||
};
|
||||
nixosModules.default = ./shared;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue