disable cosmic
This commit is contained in:
parent
b0e94064c5
commit
731d43aff1
1 changed files with 10 additions and 10 deletions
20
flake.nix
20
flake.nix
|
|
@ -6,8 +6,8 @@
|
||||||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
home-manager.url = "github:nix-community/home-manager/master";
|
home-manager.url = "github:nix-community/home-manager/master";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
# nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
||||||
nixos-cosmic.inputs.nixpkgs.follows = "nixpkgs";
|
# nixos-cosmic.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
stylix.url = "github:danth/stylix";
|
stylix.url = "github:danth/stylix";
|
||||||
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
nix,
|
nix,
|
||||||
nixos-cosmic,
|
# nixos-cosmic,
|
||||||
nixos-hardware,
|
nixos-hardware,
|
||||||
home-manager,
|
home-manager,
|
||||||
stylix,
|
stylix,
|
||||||
|
|
@ -72,13 +72,13 @@
|
||||||
};
|
};
|
||||||
loki = lib.nixosSystem {
|
loki = lib.nixosSystem {
|
||||||
modules = [
|
modules = [
|
||||||
{
|
# {
|
||||||
nix.settings = {
|
# nix.settings = {
|
||||||
substituters = ["https://cosmic.cachix.org/"];
|
# substituters = ["https://cosmic.cachix.org/"];
|
||||||
trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="];
|
# trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="];
|
||||||
};
|
# };
|
||||||
}
|
# }
|
||||||
nixos-cosmic.nixosModules.default
|
# nixos-cosmic.nixosModules.default
|
||||||
./hosts/loki
|
./hosts/loki
|
||||||
];
|
];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue