mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
trying oracle always-free vps
working nginx proxy intel isn't free tier...
This commit is contained in:
parent
3ba7f68e59
commit
51dcf48524
3 changed files with 102 additions and 7 deletions
|
|
@ -91,6 +91,15 @@
|
|||
(import ./systems/mom-laptop inputs)
|
||||
];
|
||||
};
|
||||
notbuntu = unstable.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit self;};
|
||||
modules = [
|
||||
(import ./systems/notbuntu inputs)
|
||||
(import ./modules/nix.nix inputs)
|
||||
(import ./modules/unfree.nix inputs)
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
// flake-utils.lib.eachDefaultSystem (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue